home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 4,401 to 4,500 / aol-file-protocol-4400-4401-to-4500.zip / AOLDLs / PDA-Newton Development / NW uniCode version 1.01 / unicde.sit / Readme.txt next >
Text File  |  1994-09-23  |  4KB  |  76 lines

  1. uniCode Chart version .2
  2. ========================
  3. ⌐1994 William Kearney & The Novanto Group
  4.  
  5. Yet another Newton hack from Bill Kearney.
  6.  
  7. This is a simple app that show a list of characters and their uniCode equivalent integers.
  8.  
  9. It's probably only useful to developers.  To use uniCode info, refer to your NTK manuals and look up the Chr() and Ord() functions.
  10.  
  11. I was puzzled how the Newton displays several little bits of info in certain buttons. Mostly, I wanted to use that little i inside a circle that the Notes app displays in it's dividers.  Well, it's a uniCode character.  I'll leave it you to find that one!
  12.  
  13. Now, on to the details...
  14.  
  15. This is a very simple app.  It shows a list of uniCode characters.  The list is  numbered along its left side.  This number is the uniCode hex equivalent of the first character shown on its line.  The app defaults to displaying 10 characters across.  You can change this by selecting from the "Per line" pop-up near the bottom of the apps window.  There are choices for 8, 10 and 16 characters per line.
  16.  
  17. Just left of the Per line pop-up is a Font pop-up.  Select System, Fancy or Simple and the list of characters will be displayed in that font.
  18.  
  19. To scroll the list, use the arrow buttons at the bottom of the screen.  These will scroll the list one screenful at a time in the direction selected.  It will not scroll before decimal 32 since these characters are not displayable on the Newton screen.
  20.  
  21. The app is draggable so you can set it aside.
  22.  
  23. I created this app was a result of trying to use another Newton app, ASCII.  Since that one only shows you a PICT of the chart and doesn't do anything else,  I wrote my own.  I don't know who wrote ASCII, but thanks leaving me the opportunity to write uniCode.
  24.  
  25.  
  26. Inspector Users:
  27. ================
  28.  
  29. For those of you using NTK, from the Inspector, type:
  30.  
  31. uniCode(x);    //where x is an integer between 0 and 65535
  32.  
  33. while uniCode is open.  Or type:
  34.  
  35. getRoot().|unicode:novanto|:uniCode(x);
  36.  
  37. at any other time.
  38.  
  39.  
  40. Shareware
  41. =========
  42.  
  43. uniCode is ShareWare, send $5 to the below address.  If you use this a couple of times, like it and encourage a friend to use, that's a fair statement to it's value.  Send the fee.  Please note that this demo version of uniCode will expire 30 days after you install it.  This version will totally expire on 12/31/95 and will not let you install or use it after that date.  
  44.  
  45. Registered users receive an unlimited version.
  46.  
  47. Please, submit US funds or postal money orders only!
  48.  
  49. Include your mailing and e-mail addresses.
  50.  
  51.  
  52. How to contact the author
  53. =========================
  54.  
  55. Bill Kearney can be reached as follows:
  56.  
  57. Internet:   wkearney@access.digex.net (preferred mail box)
  58. Telephone:   (410)-235-4574
  59.  
  60. or good old US Mail at:
  61.  
  62. Bill Kearney
  63. The Novanto Group
  64. P.O.Box 201
  65. Lutherville, MD 21093-0201
  66.  
  67.  
  68. A note from the author
  69. ======================
  70.  
  71. For those of you who've read my other product ReadMe files, this may seem a bit tame.  I've been a rather vocal critic of user support for shareware (or the lack there of).  I certainly don't envision making a mint off of these products, but it's nice to see folks put their dollars behind my efforts.  If you like products like uniCode and want to see others of it's kind, you need to support the authors who create them.  So, please, send your fees today!  If not to me, at least to another author.
  72.  
  73. If you've got some critcisms about my products, I welcome feedback.  Bugs reports are also needed.  If you like it, but don't want to cough up a few bucks, at least send me a e-mail message saying you've seen it and like it.  I promise not to harass you too much!
  74.  
  75. Thanks for your time and enjoy using uniCode!
  76.